home *** CD-ROM | disk | FTP | other *** search
- Automatically overlaying CA-Clipper Tools with BLINKER
- ======================================================
-
- THIS INFORMATIONS ARE PROVIDED WITHOUT ANY WARRANTIES!
-
- Most of the networking functions of CA-Clipper Tools are dynamically
- overlayable with Blinker. The easiest way of taking advantage of this
- is to split the original CL.LIB library in two seperate libraries, one
- of them being automatically overlayable and one of them still having
- to be linked into the root. If you own a copy of a Borland library
- manager (TLIB.EXE) you can create this two libraries easily by using
- the batch file SPLIT_CT.BAT.
-
- Copy the files SPLIT_CT.BAT, EXTRACT, BUILD and your CT.LIB library in
- a temporary directory and call SPLIT_CT from the DOS prompt. Be sure
- LIB.EXE is in your path setting. Running SPLIT_CT will create two new
- libraries: CTROOT.LIB and CTOVL.LIB. CTOVL.LIB contains all the functions
- that are automatically overlayable with Blinker. The original CT.LIB
- will not be touched.
-
- The script file CA-CON.LNK for Blinker shows how to use the two
- libraries to create the CA-Clipper Tools sample CA-CON.EXE. The load
- size displayed by Blinker using CTROOT.LIB and CTOVL.LIB is 248 KB
- compared to 267 KB when using CT.LIB without any overlaying features.
-
-
- Have fun....